After installing update 7.1.0. formula has stopped working. Entity contact.
Formula example:
ifThen(
entity\isNew(),
id = newphoneNumber
);
ERROR: Workflow[628cae3704800b759]: Action failed [updateEntity] with cid [0], details: Formula set-attribute: Not allowed to set `id` attribute..
Formula example:
ifThen(
entity\isNew(),
id = newphoneNumber
);
ERROR: Workflow[628cae3704800b759]: Action failed [updateEntity] with cid [0], details: Formula set-attribute: Not allowed to set `id` attribute..
Comment